-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[cxx-interop] Make libstdc++ header and modulemap arch-independent #66855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci please smoke test |
I think that this might require an associated change in apple/swift-installer-scripts: https://github.com/apple/swift-installer-scripts/blob/main/platforms/Windows/sdk.wxs#L418-L426 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please test Windows installer for this.
@swift-ci please build toolchain Windows platform |
Thanks @compnerd for pointing this out. |
0fb607e
to
9b252ee
Compare
@swift-ci please smoke test |
@compnerd I put up a patch to update the Windows scripts (swiftlang/swift-installer-scripts#213) to accommodate for #66765. |
Ah, right, because this is for libstdc++ only! |
9b252ee
to
67eaebb
Compare
@swift-ci please smoke test |
This moves `libstdcxx.modulemap` and `libstdcxx.h` from `*.xctoolchain/usr/lib/swift/macosx/arm64e` to `*.xctoolchain/usr/lib/swift/macosx` to simplify distribution. rdar://110788977
67eaebb
to
3e28a7c
Compare
@swift-ci please smoke test |
This moves
libstdcxx.modulemap
andlibstdcxx.h
from*.xctoolchain/usr/lib/swift/macosx/arm64e
to*.xctoolchain/usr/lib/swift/macosx
to simplify distribution.rdar://110788977